home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : Body Stubber
- -- VERSION : 2.0
- -- REVIEW CODE :
- -- DDN ADDRESS : petsd!joe@RUTGERS.EDU
- -- AUTHOR : Joseph M. Orost
- -- : Concurrent Computer Corporation
- -- : 106 Apple St
- -- : Tinton Falls, NJ 07724
- -- COPYRIGHT :
- -- DATE CREATED : 15 July 1983
- -- DATE RELEASED :
- -- DATE LAST UPDATED : 5 May 1987
- -- LOCATION : ASR
- -- ENVIRONMENT : Concurrent Computer Corporation C3Ada R00-01
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : PROGRAMMING TOOLS
- -- CATEGORY LEVEL 2 : STUBBER
- -- CATEGORY LEVEL 3 : Body Stubber 2
- -- CATEGORY LEVEL 4 :
- -- KEYWORD :
- -- INDEX : Stub
- -- INDEX : PDL
- -- INDEX : Software Development
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO :
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.STUBBER>STUB2.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.STUBBER>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- STUB2.CMM 142 3
- -- STUB2.DIS 234 10
- -- STUB2.PRO 5872 125
- -- STUB2.SRC 128470 3084
- -- =============== ========== ==========
- -- 4 Files 134718 3222
- --= ABSTRACT ===============================================--
- -- This program reads an Ada specification and generates a
- -- corresponding Body with stubs for all subprograms. The compiler used
- -- to write these programs was a 1982 (non ANSI Standard) Ada compiler,
- -- so these packages will need to be updated before they will run on a
- -- Mil Std 1815A Ada compiler. All of the compiler peculiarities, editor
- -- dependencies, and filer dependencies have been moved to the
- -- ROS_DEPENDENCIES package, with the exception of any peculiarities that
- -- might occur due to using 1982 nonANSI standard Ada.
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- -- 07/15/83 1.0 Steven E. Nameroff Initial Release
- -- 05/05/87 2.0 Joseph M. Orost Major rewrite
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-